home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gSearchObj, gEnvironObj, gTextBaseObj
- repeat with rc in ["and/or menu", "criteria menu", "category menu", "selection menu", "titles list", "keywords list"]
- set the textHeight of member rc to 14
- end repeat
- if voidp(gEnvironObj) then
- gEnvironObj = new(script("init class"))
- tempPath = gEnvironObj.pCDVolume
- tempPath = tempPath & gEnvironObj.pParentFolder
- gEnvironObj.pCDVolume = tempPath
- delimiter = getPathDelimiter(gEnvironObj)
- updatesFolder = the pathName & delimiter & "UPDATES" & delimiter
- the searchPath = LinearListAddifNew(the searchPath, updatesFolder)
- end if
- gSearchObj = new(script("search class"))
- gTextBaseObj = new(script("textbase class"))
- go(label("1_1"))
- end
-